home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00009.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  730 b   |  41 lines

  1. on exitFrame
  2.   global setf, self
  3.   go(the frame)
  4.   if the movieRate of sprite 21 = 0 then
  5.     puppetSprite(6, 0)
  6.     if self = 1 then
  7.       if setf = 1 then
  8.         go("Draw")
  9.       else
  10.         if setf = 2 then
  11.           go("Win")
  12.         else
  13.           go("Lose")
  14.         end if
  15.       end if
  16.     else
  17.       if self = 2 then
  18.         if setf = 1 then
  19.           go("Lose")
  20.         else
  21.           if setf = 2 then
  22.             go("Draw")
  23.           else
  24.             go("Win")
  25.           end if
  26.         end if
  27.       else
  28.         if setf = 1 then
  29.           go("Win")
  30.         else
  31.           if setf = 2 then
  32.             go("Lose")
  33.           else
  34.             go("Draw")
  35.           end if
  36.         end if
  37.       end if
  38.     end if
  39.   end if
  40. end
  41.